Install GitLab
2015/10/25 |
Install GitLab which is project management tool like GitHub.
|
|
[1] | |
[2] | |
[3] |
If you using Firewalld,
Open the service port "http" on it, refer to [4] of here.
|
[4] | Install GitLab. |
[root@dlp ~]# curl -O https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh
[root@dlp ~]#
sh script.rpm.sh
[root@dlp ~]#
[root@dlp ~]# yum -y install gitlab-ce gitlab-ctl reconfigure
|
[5] | Access to "http://(your server's hostname or IP address)/" and then login with a "root" user and with initial password "5iveL!fe". |
[6] | After initial login, changing password is required. Change to any one. |
[7] | This is GitLab index page. It's possible to use it like GitHub in local network. |